Skip to main content

Get HS Token

Request to be POSTed to uri : /NorenWClientTP/GetHsToken

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*User Id

Response Details :

Response data will be in json format with below fields.

Json FieldsPossible valueDescription
statOk or Not_OkIf Pin setting is Success Or failure status
request_timeThis will be present only if password change succeeds.
hstkOne time Token to be sent to BackOffice or third party link
emsgThis will be present only if password change fails

Sample Success Response :

{
"request_time":"17:01:45 27-05-2020",
"stat":"Ok",
"susertoken":"b0856b3f6c4bac657417fc95de3e2060567b8bd80665e0a8ab82bbde5c434936",
"lastaccesstime":"1590579105"
}

Sample Failure Response :

{
"request_time":"11:19:56 28-05-2020",
"stat":"Not_Ok",
"emsg":"Invalid Input : Mpin Invalid"
}